home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 19 / 8 / DISK1987.ZIP / BSR.ARC / BSR.DOC < prev    next >
Text File  |  1989-02-21  |  6KB  |  138 lines

  1. Brad's Send/Receive Program (BSR.EXE, BS.BAS, BR.BAS)  Version 1.2
  2.  
  3. 2-21-89
  4.  
  5. The only other thing your laptop needs is a bellybutton. (I haven't
  6. seen mine in years!)
  7.  
  8. Do you need to transfer files between two PC's with different diskette
  9. types? The programs in BSR.ARC make this process simple and fast. This
  10. is great if you have a laptop with a 3-1/2" disk and a desktop with
  11. 5-1/4" - or any other two PCs.
  12.  
  13. To do this you need:
  14.  
  15.         1) a COM1 or COM2 port on each PC
  16.  
  17.         2) either
  18.  
  19.            a) a standard RS-232 cable with a null modem
  20.               (a null modem is a little connector you can buy
  21.                at most computer stores, Radio Shack, or INMAC)
  22.  
  23.            b) a null-modem cable (my laptop came with one - you can
  24.               also buy these at computer stores or by mail).
  25.  
  26. Part of the problem with commercial "bridge" programs is that you have
  27. to remember to take a 5-1/4" copy of the software with you everywhere
  28. you go, or you will be sure to need it when you don't have it.
  29.  
  30. This system includes a small but powerful "bootstrap" program written in
  31. GWBASIC or BASICA (the BASIC that comes with MS-DOS/PC-DOS). If you find
  32. it necessary to do file transfer and you don't have your bridge program
  33. with you, you can type in the receive program in 2 minutes , and send
  34. any kind of data between PCs.
  35.  
  36. Complete documentation of these programs is in BSBR.DOC. The sending
  37. program is BS.BAS, the receiving program is BR.BAS. They work on any
  38. PC with a COM 1 or 2 serial port.
  39.  
  40. You can then transfer the faster BSR.EXE program to the receiving PC,
  41. and transfer multiple files with wildcards at baud rates to 115200. It's
  42. just as fast as most commercial bridge programs, using error correction,
  43. automatic retransmit, variable packet sizes, and it copies the source
  44. file date and time to the destination file.
  45.  
  46. BSR.EXE will transfer a mostly full (600K) diskette to a receiving PC's
  47. hard drive in as little as 4 minutes, 30 seconds. Transfer time is de-
  48. pendent on number of files and whether retransmit occurs. The clock speed
  49. of your PC also matters, but not as much as you might think.
  50.  
  51. The BSR.EXE program is written in QuickBasic 4.0 (plus assembly for the
  52. communications - BASIC communications are SLOOOOOOOOW!). This means you
  53. must be using DOS 2.1 or later. We do not suggest using DOS 3.1 - it
  54. seems to have BUGS in it.
  55.  
  56. You can speed up transfer time by copying the files to your laptop's
  57. ramdisk, and transferring them from there.
  58.  
  59. The simplest use of BSR is to type
  60.  
  61. BSR R
  62.  
  63. on the receiving PC. (The HOST).
  64.  
  65. Then type
  66.  
  67. BSR S
  68.  
  69. on the sending PC (The REMOTE).
  70.  
  71. You can then upload files to the host by typing in the filename. MS-DOS
  72. wildcard characters * and ? are also okay. When you have transferred all
  73. the files, just press the Enter key at the file name prompt to end the
  74. programs.
  75.  
  76. You can also send in batch mode by typing
  77.  
  78. BSR S <filename>
  79.  
  80. on the sending computer. You can use wildcards here also. For example
  81.  
  82. BSR S *.WKS
  83.  
  84. to send your worksheets to the host PC. BSR will stop itself after sending
  85. files in batch mode (so it's easy to set up a .BAT file to do the transfer).
  86.  
  87. You can use disk drives (B:,C:,etc.) or subdirectories (B:\LOTUS\) on
  88. the sending PC only. It will open the proper file, strip off the path,
  89. and send the file to the receiving PC. The receiving PC always puts the
  90. files into the current directory.
  91.  
  92. If you need to upload files into a directory (such as \WP) that does not
  93. contain BSR.EXE, do a CD \WP, then start BSR.EXE by typing in its full
  94. pathname (for example, if it is in the root directory, \BSR.EXE).
  95.  
  96. If you use this software, please send us $20 for it. We'll send you the
  97. latest version of all three programs, plus PD utilities that we like
  98. best. Send Cash, Check, MO, VISA, MC, or Amex. The address is below.
  99. Yes, we send them on both 3-1/2" and 5-1/4" diskettes.
  100.  
  101. The following is the display screen that you get when you type
  102.  
  103. BSR
  104.  
  105. without any command line arguments. If you press a key while this is
  106. displayed, it will pause the display while you read it. Then press another
  107. key to continue. Press P or p if you want to print out the order form.
  108.  
  109. When you order the software, we will include the latest version of
  110. BSR.EXE, plus the best PD utilities we have found.
  111.  
  112. ___________________Display Screen_____________________________________________
  113. Press any key to pause this display...
  114. Brad's Send Receive program (BSR.EXE)
  115.  
  116. Send/Receive files between two PCs (such as laptop and host)
  117. Wire two PC's together serial port to serial port by null-modem
  118. cable (avaliable at computer store). Use BSR S on one, BSR R on other.
  119.    options (baud & packet size) must MATCH on both computers
  120. Usage: BSR <options> [<file name /or/ wildcard>]
  121.   baud rates: 1200 2400 4800 9600 19200 38400 76800 115200(default)
  122.   on COM port 1(default) or 2  using wildcards (* or ?) or single file at a time
  123.   S - send R -receive(default)  packet size P256 P512 P1024 P2048 P3072 P4096
  124.  
  125. Examples:
  126. BSR 2 9600 S MYFILE.*   = Port 2 9600 baud Sendmode MYFILE.*
  127. BSR                     = receive files at port 1 115200 baud
  128. BSR S *.DAT             = send *.DAT port 1  115200 baud
  129. BSR S                   = send port 1 115200 baud ask for files
  130.  
  131. If you use this program, please send $20 (cash, check, Visa/MC) to:
  132.  
  133.    Alfie Jensen's College Fund, PO Box 471404, Tulsa OK 74147
  134.  
  135. and we will send a 5-1/4 AND 3-1/2 diskette of PD utilities
  136. plus the latest version of this software
  137. _____________End of Display Screen____________________________________________
  138.